home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / VoodooLights / Sources / input.h < prev    next >
C/C++ Source or Header  |  1997-05-21  |  98b  |  9 lines

  1. #ifndef _INPUT_H_
  2. #define _INPUT_H_
  3.  
  4. extern void input_HandleKeyboard( void ) ;
  5.  
  6.  
  7. #endif
  8.  
  9.